home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / AIncludes / PCIBridgePlugin.a < prev    next >
Text File  |  1996-05-01  |  2KB  |  64 lines

  1. ;
  2. ;    File:        PCIBridgePlugin.a
  3. ;
  4. ;    Contains:    This file contains all interface related structures and prototypes for pci expert to
  5. ;
  6. ;    Version:    Technology:    Copland
  7. ;                Release:    Universal Interfaces 3.0d3 on Copland DR1
  8. ;
  9. ;    Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10. ;
  11. ;    Bugs?:        If you find a problem with this file, send the file and version
  12. ;                information (from above) and the problem description to:
  13. ;
  14. ;                    Internet:    apple.bugs@applelink.apple.com
  15. ;                    AppleLink:    APPLE.BUGS
  16. ;
  17. ;
  18.     IF &TYPE('__PCIBRIDGEPLUGIN__') = 'UNDEFINED' THEN
  19. __PCIBRIDGEPLUGIN__ SET 1
  20.  
  21.     IF &TYPE('__PCICOMMONPLUGIN__') = 'UNDEFINED' THEN
  22.     include 'PCICommonPlugin.a'
  23.     ENDIF
  24.     IF FOR_SYSTEM8_PREEMPTIVE THEN
  25. ;  Prototypes for the bridge plugin
  26. ;
  27. ; extern OSStatus PCIBridgePluginInitialize(void)
  28. ;
  29.     IF GENERATINGCFM THEN
  30.         IMPORT_CFM_FUNCTION PCIBridgePluginInitialize
  31.     ENDIF
  32.  
  33. ;
  34. ; extern void DefaultBridgeEnabler(InterruptSetMember setIDMember, void *refCon)
  35. ;
  36.     IF GENERATINGCFM THEN
  37.         IMPORT_CFM_FUNCTION DefaultBridgeEnabler
  38.     ENDIF
  39.  
  40. ;
  41. ; extern InterruptSourceState DefaultBridgeDisabler(InterruptSetMember setIDMember, void *refCon)
  42. ;
  43.     IF GENERATINGCFM THEN
  44.         IMPORT_CFM_FUNCTION DefaultBridgeDisabler
  45.     ENDIF
  46.  
  47. ;
  48. ; extern InterruptMemberNumber DefaultBridgeDispatcher(InterruptSetMember setIDMember, void *info, UInt32 theIntCount)
  49. ;
  50.     IF GENERATINGCFM THEN
  51.         IMPORT_CFM_FUNCTION DefaultBridgeDispatcher
  52.     ENDIF
  53.  
  54. ;
  55. ; extern OSStatus PCIBridgePluginFinalize(void)
  56. ;
  57.     IF GENERATINGCFM THEN
  58.         IMPORT_CFM_FUNCTION PCIBridgePluginFinalize
  59.     ENDIF
  60.  
  61.     ENDIF
  62.     ENDIF ; __PCIBRIDGEPLUGIN__ 
  63.  
  64.